[@main]
#IF
CHECKNAMELIST stage1.txt
#ACT
GOTO @start-2

#ELSESAY
Welldone <$USERNAME>.\
It would appear that you have completed all of the challenges\
in Stage One.\
As a reward i am going to offer you a choice of 3 prizes for\
geting this far in the challenge.\
Please choose a reward\
<10 Million Gold/@gold>\
<1 x 40% ExpScroll/@exp>\
<1 x PetScroll/@pet>\

[@gold]
#ACT
GIVE goldchest 1
SET [820] 1
ADDNAMELIST stage1.txt
GOTO @start-2

[@exp]
#ACT
GIVE expscroll40% 1
SET [820] 1
ADDNAMELIST stage1.txt
GOTO @start-2

[@pet]
#ACT
GIVE PetScroll 1
SET [820] 1
ADDNAMELIST stage1.txt
GOTO @start-2

[@start-2]
#SAY
You now have 2 choices.\
You can continue to complete this challenge or you can\
leave right now.\
The choice is up to you please choose.\ \

<I wish to leave/@leave>\
<I wish to continue/@next>

[@leave]
#ACT
MAPMOVE 0 331 270
BREAK
CLOSE

[@next]
#ACT
MAPMOVE YUT01 100 140
BREAK
CLOSE

